home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / cat.swf / scripts / frame_1 / PlaceObject2_172_162 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2003-03-01  |  312 b   |  14 lines

  1. onClipEvent(enterFrame){
  2.    _root.loading = int(getBytesLoaded() / getBytesTotal()) * 100;
  3.    _root.rongliang = int(getBytesTotal() / 1024);
  4.    _root.sudu = int(getBytesLoaded() / getBytesTotal());
  5.    if(_root.sudu == 1)
  6.    {
  7.       _root.gotoAndStop(2);
  8.    }
  9.    else
  10.    {
  11.       _root.stop();
  12.    }
  13. }
  14.